home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / PInterfaces / CMComponent.p < prev    next >
Encoding:
Text File  |  1998-02-12  |  1.2 KB  |  56 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        CMComponent.p
  3.  
  4.      Contains:    ColorSync CMM Component API
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.1
  8.  
  9.      Copyright:    © 1993-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT CMComponent;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __CMCOMPONENT__}
  28. {$SETC __CMCOMPONENT__ := 1}
  29.  
  30. {$I+}
  31. {$SETC CMComponentIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34.     This file has been included to allow older source code 
  35.     to #include <CMComponent.h>.  Please update your source
  36.     code to directly #include <CMMComponent.h>
  37.       and             #include <CMPRComponent.h>
  38.  
  39. }
  40. { #include the two ColorSync 2.0 files equivalent to the v. 1.0 file }
  41. {$IFC UNDEFINED __CMMCOMPONENT__}
  42. {$I CMMComponent.p}
  43. {$ENDC}
  44. {$IFC UNDEFINED __CMPRCOMPONENT__}
  45. {$I CMPRComponent.p}
  46. {$ENDC}
  47.  
  48. {$SETC UsingIncludes := CMComponentIncludes}
  49.  
  50. {$ENDC} {__CMCOMPONENT__}
  51.  
  52. {$IFC NOT UsingIncludes}
  53.  END.
  54. {$ENDC}
  55.